body {
    height: 100%;
    width: 100%;
    min-width: 800px;
    min-height: 785px;
}

.width-full {
    width: 100%;
    position: relative;
    min-height: 1px;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    float:left;
}

.width-column {
    width: 33%;
    position: relative;
    min-height: 1px;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    float:left;
}

#main-centred-wrap, #main-centred-wrap-header{
    /*width: 750px;*/
    margin: 0 auto;
    float: none;
    margin-left: 8px;
}

#page-wrap-popup {
    position: relative;
}

#main-content-wrap {
    width: 771px;
    float: left;
}

div.header {
    background-color: #e06c26;
    height: 50px;
    -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.37);
    -moz-box-shadow:    0px 5px 8px 0px rgba(0, 0, 0, 0.37);
    box-shadow:         0px 5px 8px 0px rgba(0, 0, 0, 0.37);
    padding-top: 5px;
}
div.header-buttons {
    margin-top: 9px !important;
    min-width: 280px !important;
}
div.profile-banners-right{
    float: left;
}

div.header-buttons a:first-child {
    margin-left: 45px;
}

a.button {
    color: #000;
    border-radius: 3px;
    text-decoration: none;
    background: rgb(252,240,229);
    padding: .7em 1.5em;
    outline: none;
    font-family: Helvetica, 'Helvetica Light';
    font-weight: bold;
}

a.button:hover {
    background: rgb(235,222,222);
}

a.button.next {
    margin-left: 20px;
}

div.header-close-wrap {
    text-align: right;
    cursor: pointer;
}

div.header-close {
    display: block;
    color: #000000;
    font-family: Helvetica, 'Helvetica Light';
    font-weight: bold;
    margin-right: 85px;
    margin-top: 11px;
}

div.body {
    margin-top: 20px;
}

div.block-header {
    height: 30px;
    background-color: #e06c26;
    font-weight: bold;
    text-align: center;
    padding-top: 6px;
    color: #ffffff;
    font-size: 12px;
}
img.supporter-badge {
    margin-top: -3px;
}
div.left-content {
    width: 250px !important;
    margin-left: -7px;
}
div.picture-container {
    background-color: #f1e4da;
    min-width: 200px;
    min-height: 295px;
}
#img-display {
    padding-top: 12px;
    padding-bottom: 16px;
    margin-left: 10px;
}
div.banners {
    width: 165px !important;
    text-align: right;
}
div.main-content {
    width: 350px !important;
    float: left;
}
div.pp-block-content {
    background-color: #fcf0e5;
    font-family: Arial, Helvetica, sans-serif;
    padding: 5px 16px 5px 16px;
    font-size: 13px;
}
.center {
    text-align: center;
}
a.contact-link {
    color: #6360cc;
}
.pp-block-content .header {
    font-weight: bold;
}
span.normal-text {
    font-weight: normal;
}
div.options-group {
    padding: 10px;
}
div.profile-block {
    margin-bottom: 15px;
}

div.pictures-row {
    margin-top: 10px;
    margin-bottom: 25px;
}
div.pictures-row .img-item div{
    background-size: 50px 50px;;
}


div.pp-btn-add-friend {
    width: 100%;
    height: 20px;
    background-color: #488729;
    -webkit-box-shadow: 1px 1px 0px 0px rgba(129, 121, 114, 0.75);
    -moz-box-shadow:    1px 1px 0px 0px rgba(129, 121, 114, 0.75);
    box-shadow:         1px 1px 0px 0px rgba(129, 121, 114, 0.75);
    cursor: pointer;
    margin-top: 7px;
    margin-bottom: 7px;
}
div.pp-btn-add-friend a{
    font-family: "Helvetica Neue", "Arial", sans-serif;
    font-weight: bold;
    font-size: 0.8em;
    text-align: left;
    padding-left: 12px;
    color: #ffffff;
    text-decoration: none;
}

div.pp-btn-remove-friend {
    width: 100%;
    height: 20px;
    background-color: #488729;
    -webkit-box-shadow: 1px 1px 0px 0px rgba(129, 121, 114, 0.75);
    -moz-box-shadow:    1px 1px 0px 0px rgba(129, 121, 114, 0.75);
    box-shadow:         1px 1px 0px 0px rgba(129, 121, 114, 0.75);
    cursor: pointer;
    margin-top: 7px;
    margin-bottom: 7px;
}
div.pp-btn-remove-friend a{
    font-family: "Helvetica Neue", "Arial", sans-serif;
    font-weight: bold;
    font-size: 0.8em;
    text-align: left;
    padding-left: 12px;
    color: #ffffff;
    text-decoration: none;
}

div.pp-btn-send-profile {
    width: 100%;
    height: 20px;
    background-color: #065299;
    -webkit-box-shadow: 1px 1px 0px 0px rgba(129, 121, 114, 0.75);
    -moz-box-shadow:    1px 1px 0px 0px rgba(129, 121, 114, 0.75);
    box-shadow:         1px 1px 0px 0px rgba(129, 121, 114, 0.75);
    cursor: pointer;
    margin-bottom: 7px;
}
div.pp-btn-send-profile a{
    font-family: "Helvetica Neue", "Arial", sans-serif;
    font-weight: bold;
    font-size: 0.8em;
    text-align: left;
    padding-left: 12px;
    color: #ffffff;
    text-decoration: none;
}

div.pp-btn-block {
    width: 100%;
    height: 20px;
    background-color: #b50623;
    -webkit-box-shadow: 1px 1px 0px 0px rgba(129, 121, 114, 0.75);
    -moz-box-shadow:    1px 1px 0px 0px rgba(129, 121, 114, 0.75);
    box-shadow:         1px 1px 0px 0px rgba(129, 121, 114, 0.75);
    cursor: pointer;
    margin-bottom: 7px;
}
div.pp-btn-block a{
    font-family: "Helvetica Neue", "Arial", sans-serif;
    font-weight: bold;
    font-size: 0.8em;
    text-align: left;
    padding-left: 12px;
    color: #ffffff;
    text-decoration: none;
}

div.pp-btn-unblock {
    width: 100%;
    height: 20px;
    background-color: #b50623;
    -webkit-box-shadow: 1px 1px 0px 0px rgba(129, 121, 114, 0.75);
    -moz-box-shadow:    1px 1px 0px 0px rgba(129, 121, 114, 0.75);
    box-shadow:         1px 1px 0px 0px rgba(129, 121, 114, 0.75);
    cursor: pointer;
    margin-bottom: 7px;
}
div.pp-btn-unblock a{
    font-family: "Helvetica Neue", "Arial", sans-serif;
    font-weight: bold;
    font-size: 0.8em;
    text-align: left;
    padding-left: 12px;
    color: #ffffff;
    text-decoration: none;
}

div.pp-btn-block-pic {
    width: 100%;
    height: 20px;
    background-color: #238b03;
    -webkit-box-shadow: 1px 1px 0px 0px rgba(129, 121, 114, 0.75);
    -moz-box-shadow:    1px 1px 0px 0px rgba(129, 121, 114, 0.75);
    box-shadow:         1px 1px 0px 0px rgba(129, 121, 114, 0.75);
    cursor: pointer;
    margin-bottom: 7px;
}
div.pp-btn-block-pic a{
    font-family: "Helvetica Neue", "Arial", sans-serif;
    font-weight: bold;
    font-size: 0.8em;
    text-align: left;
    padding-left: 12px;
    color: #ffffff;
    text-decoration: none;
}

div.pp-btn-unblock-pic {
    width: 100%;
    height: 20px;
    background-color: #238b03;
    -webkit-box-shadow: 1px 1px 0px 0px rgba(129, 121, 114, 0.75);
    -moz-box-shadow:    1px 1px 0px 0px rgba(129, 121, 114, 0.75);
    box-shadow:         1px 1px 0px 0px rgba(129, 121, 114, 0.75);
    cursor: pointer;
    margin-bottom: 7px;
}
div.pp-btn-unblock-pic a{
    font-family: "Helvetica Neue", "Arial", sans-serif;
    font-weight: bold;
    font-size: 0.8em;
    text-align: left;
    padding-left: 12px;
    color: #ffffff;
    text-decoration: none;
}

div.pp-btn-delete-trace {
    width: 100%;
    height: 20px;
    background-color: #952f52;
    -webkit-box-shadow: 1px 1px 0 0 rgba(129, 121, 114, 0.75);
    -moz-box-shadow:    1px 1px 0 0 rgba(129, 121, 114, 0.75);
    box-shadow:         1px 1px 0 0 rgba(129, 121, 114, 0.75);
    cursor: pointer;
    margin-bottom: 7px;
}
div.pp-btn-delete-trace a{
    font-family: "Helvetica Neue", "Arial", sans-serif;
    font-weight: bold;
    font-size: 0.8em;
    text-align: left;
    padding-left: 12px;
    color: #ffffff;
    text-decoration: none;
}
div.popup-profile-button span{
    font-family: "Helvetica Neue", "Arial", sans-serif;
    font-weight: bold;
    font-size: 0.8em;
    text-align: left;
    padding-left: 12px;
    color: #ffffff;
    text-decoration: none;
    margin-top: 3px;
}
.block-header.pp-pro-header {
    font-size: 20px;
    height: 40px;
    padding-top: 8px;
    color: #ffc47b;
    background: #c8330f;
}

.pp-user-status-header {
    display: inline;
    white-space: nowrap;
}

#logo.poup-profile {
    background-position: 0 0;
}

/*********join-register block*************/
.join-register-block {
    width: 350px !important;
    float: left;
    margin-bottom: 15px;
}

.join-register-block .block-header {
    font: normal 1.3em "Arial";
    color: #fff;
    background: #303030;
    margin: 0;
    padding: 8px 0;
    border-radius: 8px 8px 0 0;
    text-align: center;
}

.join-register-block .block-header + div {
    background-color: #a4a4a4;
    height: 100%;
    font-family: "Arial";
}

.join-register-block .block-header + div + div {
    background: #848484;
    height: 100%;
    font-family: "Arial";
    border-radius: 0 0 8px 8px;
    padding-bottom: 15px;
}

.join-register-block .btn-wrap.orange {
    background: #e66d18;
    width: 82%;
    margin: 10px auto 0;
    border-radius: 10px;
}

.join-register-block .btn-wrap.nd-white {
    background: #e7e7e7;
    width: 82%;
    margin: 15px auto 0px;
    border-radius: 10px;
}

.join-register-block .btn.marked {
    font-weight: bold;
    font-size: 2em;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    text-decoration: none;
    display: block;
    line-height: 1.5;
}

.join-register-block .btn.nd-marked2 {
    font-weight: bold;
    font-size: 1.5em;
    color: #303030;
    padding: 7px 0 6px 0;
    text-decoration: none;
    display: block;
    line-height: 1.5;
    vertical-align: text-bottom;
}

.join-register-block p {
    font-family: "Helvetica Light";
}

.join-register-block p.underline {
    padding-bottom: 0;
    color: #000;
    font-size: 22px;
    margin: 10px auto 0;
    width: 95%;
    text-align: center;
}

.join-register-block p.orange {
    color: #e66d18;
    font-size: 18px;
    padding-bottom: 0;
    padding-top: 5px;
    margin-bottom: 0;
}

.join-register-block p.white.small {
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.word-wrap {
    word-wrap: break-word;
}

.ads-footer {
    text-align: center;
}